projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92559c7
)
Doc tweak
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 29 Apr 2016 15:54:55 +0000
(17:54 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 1 May 2016 17:27:09 +0000
(19:27 +0200)
* lisp/simple.el (use-empty-active-region): Doc tweak.
There's only one region (bug#16513).
(cherry picked from commit
35fb7897f161d5e5a87e039dc1e427094640b0c8
)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index d7743eea5969cff3d4fb8e6682c7bfe3731e97ea..8965eb716be9f949bd8e3364bf54556d7de70c42 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-5211,7
+5211,7
@@
This macro does what `save-excursion' did before Emacs 25.1."
(defcustom use-empty-active-region nil
"Whether \"region-aware\" commands should act on empty regions.
-If nil, region-aware commands treat
empty regions
as inactive.
+If nil, region-aware commands treat
the empty region
as inactive.
If non-nil, region-aware commands treat the region as active as
long as the mark is active, even if the region is empty.